@charset "utf-8";
/* CSS Document */
body {
	font-size: 14px;
	color: #21282e;
	font-family: 微软雅黑;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
.clearfix:after, .clearfix:before {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
ul, li, ol {
	list-style: none;
}
.bd a:hover {
	color: #e3b56a
}
.bd a {
	color: #666;
}
a {
	text-decoration: none;
	color: #21282e;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
img {
	border: 0;
}
.box1 {
	width: 1200px;
	margin: 0 auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.box {
	width: 1200px;
	margin: 0 auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	position: relative;
}
p {
	font-size: 14px;
	line-height: 28px;
	color: #333;
}
/* header */

.logo {
	float: left;
	margin-top: 10px;
}
.ss {
	float: left;
	padding-top: 32px;
	margin-left: 33px;
}
.page_main {
	position: relative;
	background: #fff;
}
.banner-top.index {
	width: 100%;
	position: fixed;
	z-index: 10001;
}
.banner .slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner .slideBox .hd {
	height: 3px;
	overflow: hidden;
	position: absolute;
	right: 45%;
	bottom: 15px;
	z-index: 1;
}
.banner .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.banner .slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 60px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.banner .slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}
.banner .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.banner .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.banner .slideBox .bd img {
	width: 100%;
	display: block;
}
.banner .slideBox .prev, .banner .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.banner .slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.banner .slideBox .prev:hover, .banner .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.banner .slideBox .prevStop {
	display: none;
}
.banner .slideBox .nextStop {
	display: none;
}
.container {
	width: 1600px;
	margin: 0 auto;
	z-index: 10;
	height: 72px;
	position: relative
}
.container:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.row {
	margin-right: -15px;
	margin-left: -15px
}
header {
	z-index: 1000;
	position: relative;
	height: 90px;
	background: 0 0
}
.topnav {
	position: relative;
	z-index: 1001;
	margin-bottom: 0;
	background: rgba(255,255,255,.05);
	padding: 3px 0;
	box-sizing: content-box
}
.topnav .navbar {
	min-height: 30px;
	background-color: transparent
}
.navbar-nav {
	font-size: 14px
}
.topnav .navbar .navbar-nav>li {
	color: #FFF;
	line-height: 30px;
	padding: 1px 10px
}
.navbar-nav>li {
	float: left
}
.topnav .navbar .navbar-nav>li>a {
	color: #fff!important;
	padding: 0;
	position: relative;
	line-height: 32px;
	height: 32px;
	font-size: 14px
}
.hot-yhcx {
	color: #fff!important;
	font-size: 14px!important;
	margin-top: -3px
}
.topnav .navbar .navbar-nav>li .fa {
	color: #FC0;
	margin-right: 5px;
	font-size: 1.2em;
	font-weight: 600;
	vertical-align: middle
}
header .navbar .navbar-nav>li:last-child {
	margin-right: 0
}
.navbar-left {
	float: left!important
}
.navbar-right {
	float: right!important
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}
.lang-style .dropdown-menu {
	position: absolute;
	box-shadow: none!important;
	border-radius: 3px!important;
	background: #fff;
	padding: 10px 0;
	min-width: 110px!important
}
.lang-style .dropdown-menu .caret1 {
	position: absolute;
	margin-top: -16px;
	margin-left: 47px;
	border-bottom: 8px dashed;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 0!important
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}
.dropdown-menu>li>a:hover {
	color: #0153DF
}
header.fixed {
	z-index: 1001;
	position: fixed;
	width: 100%;
	top: 0;
	background: rgba(0,0,0,0.3);
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
}
header.fixed .navbar .navbar-header {
	margin-top: 5px
}
header.fixed .navbar .navbar-brand {
	width: 195px;
	height: 50px;
	background-size: 150px 50px
}
header.fixed .navbar .navbar-nav>li>a {
	line-height: 90px;
}
header.fixed .navbar .navbar-nav>li>a.login {
	margin-top: 11px
}
.navbar-right {
	float: right!important;
	margin-right: -15px
}
header .navbar .navbar-header {
	margin-top: 9px;
	display: block;
	float: left
}
header .navbar .navbar-brand {
	display: inline-block;
	padding: 0;
	height: 65px;
	width: 165px;
	background: url(../images/logo.png) no-repeat;
	background-size: 100%;
	text-indent: -999em
}
.header .topnav .navbar .navbar-nav {
	margin-left: 0
}
header .navbar .navbar-nav {
	margin-left: 155px;
}
header .navbar .navbar-nav>li:last-child {
	margin-right: 0
}
header .navbar .navbar-nav>li {
	position: relative;
}
header .navbar .navbar-nav>li span {
	position: absolute;
	bottom: 0px;
	width: 0%;
	left: 0px;
	height: 2px;
	background: #e3b56a;
	z-index: 5;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
header .navbar .navbar-nav>li:hover span {
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
header .navbar .navbar-nav>li>a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 90px;
	padding: 21px 30px;
	position: relative;
	text-transform: uppercase;
}
/*header .navbar .navbar-nav>.active>a, header .navbar .navbar-nav>.active>a:focus, header .navbar .navbar-nav>.active>a:hover, header .navbar .navbar-nav>li>a:focus, header .navbar .navbar-nav>li>a:hover {
	color: #e3b56a;
	background:url(../images/dhbj.jpg) center bottom no-repeat;
}*/


header .navbar .navbar-nav #syly a:hover {
	background: none;
}
/*header .navbar .navbar-nav>li>a:hover {
color: #e3b56a;
border-bottom: 2px solid #e3b56a;




}*/










.navbar li a:hover {
	color: #e3b56a;
	background: url(../images/dhbj.png) center bottom no-repeat;
}
header .navbar .navbar-nav #syly {
	position: absolute;
	right: 0;
	padding-top: 5px;
}
#liu .message h2 {
	padding-top: 60px;
}
#liu .message {
	width: 600px;
	float: left;
	margin-top: 20px
}
#liu .message .right #button1 {
	margin-left: 0px;
	background: #ccc;
}
#liu .message .right #button2 {
	background: #ccc;
}
#liu .message .right #button2:hover {
	background: rgba(3,138,214,1);
}
#liu .message .right #button1:hover {
	background: rgba(3,138,214,1);
}
#liu .message .right #TJ7 {
	border: 0;
	display: block;
	width: 95%;
	margin-bottom: 4%;
	height: 127px;
	font-size: 14px;
	padding-left: 1em;
	background: #ccc;
	line-height: 2em;
	font-family: weiruan;
	margin-left: 1%;
}
#liu .right div input {
	display: block;
	background: #ccc;
	width: 100%;
	line-height: 3em;
	border: 0;
	padding-left: 1em;
	height: 3em;
	font-size: 14px;
}
#liu {
	width: 1200px;
	margin: 0 auto;
	z-index: 10;
	height: 455px;
	position: relative;
	padding-top: 40px;
}
#liu .lianxi {
	float: right;
	width: 540px;
	background: rgba(3,138,214,0.8);
	height: 276px;
	padding: 20px;
}
#liu .lianxi h2 {
	color: #fff;
	line-height: 50px;
}
#liu .lianxi p {
	color: #fff;
	line-height: 30px;
}
header .navbar .navbar-nav>li>a.login {
	padding: 7px 18px;
	line-height: 20px;
	margin-top: 21px;
	margin-right: 15px;
	border-color: rgba(1,170,255,.2);
	border-style: solid;
	border-width: 1px;
	color: #FFF;
	font-size: 16px;
	position: relative;
	display: block;
	border-radius: 4px
}
.col-xs-12 {
	width: 100%;
	float: left;
	position: relative
}
.p-r-0 {
	padding-right: 0!important
}
.p-r-0 {
	padding-right: 0!important
}
.p-l-0 {
	padding-left: 0!important
}
header .navbar .navbar-nav>li>a.login:hover {
	box-shadow: inset 0 0 0 2px #FC0;
	background-color: transparent
}
.top-menu-header {
}
.subnav {
	position: absolute;
	z-index: 1001;
	top: 90px;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
}
.subnav.fixed {
	top: 90px;
	position: fixed
}
.subnav .sub-nav {
/*border-top: 1px solid rgba(255,255,255,0.1)*/
}
.subnav .sub-nav:after {
	content: '';
	clear: both
}
.col-sm-12 {
	width: 100%;
	padding-left: 25%;
}
.sub-nav dl {
	margin: 20px 50px 20px 0;
	float: left;
}
.sub-nav dl .col-xs-6 {
	width: 50%;
	float: left
}
.sub-nav dt, .sub-nav dt a {
	color: #FFF;
	font-size: 14px;
	line-height: 30px;
	padding-bottom: 10px;
	margin-top: 20px;
	font-weight: 400
}
.sub-nav dd {
	line-height: 30px;
	position: relative;
	text-align: center;
}
.sub-nav dd .hot {
	background-image: url(../images/nav-hot.png);
	margin-left: 5px;
	margin-top: 10px;
	width: 28px;
	height: 11px;
	text-indent: -999em;
	display: block;
	float: right
}
.sub-nav dd a {
	color: #fff;
	display: block;
--color: #fff;
--hover: #e3b56a;
	-webkit-transition: 1.5s;
	transition: 1.5s;
	padding: 5px;
	width: 100px;
	border-radius: 10px;
}
.sub-nav dd a:hover {
	/*	color: #e3b56a*/

	display: block;
	/*background: #e3b56a;*/
	box-shadow: inset 18em 0 0 0 var(--hover);
	border-color: var(--hover);
	color: #fff;
}
.nav-menu {
	width: 100%;
	overflow: hidden;
	background-color: #F7FBFB;
	box-shadow: inset 0 -1px 0 #e3e3e3
}
.nav-menu ul {
	display: block;
	margin: 0 auto;
	padding: 0
}
.nav-menu ul li {
	float: left;
	width: 20%;
	list-style: none
}
.nav-menu ul li:first-child a {
	border-left: 1px solid #e3e3e3
}
.nav-menu ul a {
	color: #555;
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	padding: 20px 0;
	float: left;
	text-align: center;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background-color: #F7FBFB;
	letter-spacing: .5px;
	transition: all .2s ease-in-out
}
.nav-menu ul a:hover {
	color: #F86539;
	background-color: #FFF
}
.nav-menu ul .active a {
	color: #F86539;
	font-weight: 700;
	background-color: #FFF;
	border-bottom: 1px solid #FFF
}
.nav-menu ul a:after {
	content: "";
	clear: both
}
.nav1 {
	margin-left: 20% !important;
}
.nav2 {
	margin-left: 29% !important;
}
.nav3 {
	margin-left: 40% !important;
}
.nav4 {
	margin-left: 46% !important;
}
.nav5 {
	margin-left: 61% !important;
}
.nav6 {
	margin-left: 72.5% !important;
}
.shop {
	float: right;
	margin-top: 33px;
}
.shop .ppsc {
	background: url(../images/sc.png) no-repeat;
	width: 135px;
	height: 30px;
}
.shop .ppsc:hover {
	background: url(../images/sc_d.png) no-repeat;
	width: 135px;
	height: 153px;
}
.shop .wx {
	background: url(../images/wx.png) no-repeat;
	width: 106px;
	height: 30px;
}
.shop .wx:hover {
	background: url(../images/wx_d.png) no-repeat;
	width: 106px;
	height: 153px;
}
.shop li {
	float: left;
	width: 125px;
}
.about {
	position: relative;
	background: url(../images/jj.jpg) no-repeat;
	height: 557px;
}
.about_box {
	width: 1600px;
	margin: auto;
}
.about_titer {
	text-align: center;
	padding-top: 88px;
}
.about_titer h2 {
	font-size: 36px;
	font-weight: normal;
	color: #222;
	line-height: 60px;
}
.wyhn {
	position: relative;
	background: url(../images/wy.jpg) repeat-y;
	height: auto;
	padding-bottom: 50px;
}
.about_jj {
	text-align: center;
	width: 1178px;
	margin: auto;
	margin-top: 30px;
}
.about_jj p {
	font-size: 16px;
color:#515151 line-height:30px;
}
.product-num-box li {
	width: 33%;
	float: left;
	text-align: center;
}
.product-num-box li #count-number {
	font-size: 100px;
	font-family: impact;
	color: #e3b56a;
}
.product-num-box li e {
	font-size: 24px;
	color: #666;
	margin-left: 10px;
}
.product-num-box li p {
	font-size: 16px;
	color: #666;
	width: 54%;
	margin: auto;
}
.product-num-box {
	margin-top: 60px;
}
.wyhn_titer h2 {
	font-size: 36px;
	font-weight: normal;
	color: #222;
	line-height: 60px;
}
.wyhn_titer {
	text-align: center;
	padding-top: 88px;
}
.wyhn_box {
	width: 1600px;
	margin: auto;
}
.wy_yx {
	width: 620px;
	margin: auto;
	padding-top: 45px;
}
.wy_yx li {
	float: left;
	width: 150px;
	height: 140px;
}
.wy_yx .ys1 {
	background: url(../images/ys1.png) no-repeat;
	width: 150px;
	height: 140px;
}
.wy_yx .ys2 {
	background: url(../images/ys2.png) no-repeat;
	width: 150px;
	height: 140px;
}
.wy_yx .ys3 {
	background: url(../images/ys3.png) no-repeat;
	width: 150px;
	height: 140px;
}
.wy_yx .ys4 {
	background: url(../images/ys4.png) no-repeat;
	width: 150px;
	height: 140px;
}
.wy_yx li p {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding-top: 30px;
}
.wy_left {
	width: 50%;
	float: left;
	margin-top: 30px;
}
.wy_left .jclstp {
	width: 100%;
}
.wy_left .titer {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: -66px;
}
.wy_left .titer e {
	width: 133px;
	height: 2px;
	display: block;
	background: #fff;
	margin: auto;
	margin-top: 8px;
}
.titer_y {
	width: 115px;
	height: 514px;
	float: right;
	margin-top: -600px;
	position: relative;
	margin-right: 30px;
}
.wy_right {
	float: right;
	margin-top: 30px;
	width: 48.5%;
}
.wy_right img {
	width: 100%;
}
.wy_rights .titer {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: -66px;
}
.wy_rights .titer e {
	width: 133px;
	height: 2px;
	display: block;
	background: #fff;
	margin: auto;
	margin-top: 8px;
}
.wy_rightx .titer {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: -66px;
}
.wy_rightx .titer e {
	width: 133px;
	height: 2px;
	display: block;
	background: #fff;
	margin: auto;
	margin-top: 8px;
}
.wy_rightx {
	margin-top: -13px;
}
.wy_rightx:hover .titer {
	color: #e3b56a;
}
.wy_rightx:hover .titer e {
	background: #e3b56a;
}
.wy_rights:hover .titer {
	color: #e3b56a;
}
.wy_rights:hover .titer e {
	background: #e3b56a;
}
.wy_left:hover .titer {
	color: #e3b56a;
}
.wy_left:hover .titer e {
	background: #e3b56a;
}
.n_pro {
	width:1600px;
	margin: auto;
	margin-top: 180px;
}
/*.n_pro .swiper-wrapper {
	height: 50px;
	line-height: 50px;
	position: relative;
}*/
/*.n_pro .slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 20px;
	top: -1px;
	height: 50px;
}*/
.n_pro .gallery-thumbs  .swiper-slide {
	float: left;
	cursor: pointer;
	font-size: 24px;
	color: #515151;
	width: 140px !important;
	height: 50px !important;
	line-height:50px;
	text-align: center;
	border: 1px solid #515151;
	margin-right: 35px;
}
.n_pro .gallery-thumbs  .swiper-slide-thumb-active {
	height: 50px;
	background: #e3b56a;
	border: none;
	color: #fff;
}

/*.n_pro .gallery-top .swiper-slide .bgt .img img{
	-webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
}

.n_pro .gallery-top .swiper-slide.swiper-slide-active .bgt .img img {
	-webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
	}



.n_pro .gallery-top .swiper-slide .bgt .img1 img{
	-webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
}

.n_pro .gallery-top .swiper-slide.swiper-slide-active .bgt .img1 img {
	-webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
	}



.n_pro .gallery-top .swiper-slide .bgt .img2 img{
	-webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.n_pro .gallery-top .swiper-slide.swiper-slide-active .bgt .img2 img {
	-webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
	}





.n_pro .gallery-top .swiper-slide .bgt .img3 img{
	-webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
}

.n_pro .gallery-top .swiper-slide.swiper-slide-active .bgt .img3 img {
	-webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
	}



.n_pro .gallery-top .swiper-slide .bgt .img4 img{
	-webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.n_pro .gallery-top .swiper-slide.swiper-slide-active .bgt .img4 img {
	-webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
	}




.n_pro .gallery-top .swiper-slide.swiper-slide-active .pro_r h2 {
	-webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
	}


.n_pro .gallery-top .swiper-slide.swiper-slide-active .pro_r h4 {
	-webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
	}



.n_pro .gallery-top .swiper-slide.swiper-slide-active .pro_r p {
	-webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
	}




.n_pro .gallery-top .swiper-slide.swiper-slide-active .pro_r .more {
	-webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
	}

*/

.pro_box {
	background: url(../images/cpbj.jpg) repeat-y;
	margin-top: -180px;
	height: auto;
	padding-bottom: 60px;
}
.n_pro .swiper-slide .img {
	float: left;
	margin-top: 55px;
}
.n_pro .swiper-slide .pro_r {
	float: right;
	width: 54%;
	margin-top: 120px;
}
.n_pro .swiper-slide .pro_r h2 {
	font-size: 30px;
	color: #515151;
	font-weight: normal;
	margin-bottom: 35px;
	/*-webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateX(300%);
    -moz-transform: translateX(300%);
    -o-transform: translateX(300%);
    -ms-transform: translateX(300%);
    transform: translateX(300%);
    opacity: 0;*/
}
.n_pro .swiper-slide .pro_r h2 e {
	background: #222;
	height: 40px;
	width: 10px;
	float: left;
	margin-right: 20px;
}
.n_pro .swiper-slide .pro_r h4 {
	font-size: 26px;
	color: #e3b56a;
	font-weight: normal;
	/*-webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateX(-300%);
    -moz-transform: translateX(-300%);
    -o-transform: translateX(-300%);
    -ms-transform: translateX(-300%);
    transform: translateX(-300%);
    opacity: 0;*/
}
.n_pro .swiper-slide .pro_r b {
	width: 50px;
	height: 1px;
	background: #666;
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
}
.n_pro .swiper-slide .pro_r p {
	font-size: 18px;
	color: #515151;
	/*-webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateX(300%);
    -moz-transform: translateX(300%);
    -o-transform: translateX(300%);
    -ms-transform: translateX(300%);
    transform: translateX(300%);
    opacity: 0;*/
	line-height: 32px;
}
.n_pro .swiper-slide .pro_r .more {
	background: url(../images/gd.png) no-repeat;
	width: 251px;
	height: 74px;
	line-height: 74px;
	text-align: center;
	color: #fff;
	margin-top: 70px;
	/*-webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateX(-300%);
    -moz-transform: translateX(-300%);
    -o-transform: translateX(-300%);
    -ms-transform: translateX(-300%);
    transform: translateX(-300%);
    opacity: 0;*/
}
.n_pro .swiper-slide .pro_r .more:hover {
	color: #e3b56a;
}
.s_news {
	background: url(../images/xw.jpg) repeat-y;
	position: relative;
}
.news_box {
	width: 1600px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 65px;
}
.news_titer {
	text-align: center;
	margin-bottom: 40px;
}
.news_titer h2 {
	font-size: 36px;
	font-weight: normal;
	color: #222;
	line-height: 60px;
}
.snews_left {
	width: 43%;
	float: left;
}
.snews_left ul li {
	border: 1px solid #eee;
}
.snews_left ul li .img {
	width: 43%;
	float: left;
}
.snews_left ul li .img img {
	width: 100%;
}
.snews_left ul li .xwy {
	float: right;
	width: 50%;
	margin-right: 3%;
	padding-top: 2%;
}
.snews_left ul li .time {
	font-size: 16px;
	color: #999;
	line-height: 60px;
}
.snews_left ul li h2 {
	font-size: 16px;
	line-height: 24px;
	color: #515151;
}
.snews_left ul li p {
	color: #999;
	margin-top: 30px
}
.snews_left ul li:hover h2 {
	color: #e3b56a;
}
.snews_right {
	width: 57%;
	float: right;
}
.snews_right ul li {
	border: 1px solid #eee;
	width: 43%;
	float: left;
	margin-left: 2%;
	padding: 20px;
	padding-top: 12px;
}
.snews_right ul li .time {
	font-size: 16px;
	color: #999;
	line-height: 60px;
}
.snews_right ul li h2 {
	font-size: 16px;
	line-height: 24px;
	color: #515151;
}
.snews_right ul li p {
	color: #999;
	margin-top: 30px
}
.snews_right ul li:hover h2 {
	color: #e3b56a;
}
.footer {
	background: #222;
	padding-top: 30px;
}
.footer_box {
	width: 1600px;
	margin: auto;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.2)
}
.footer_left p {
	color: #fff;
	width: 90%;
	margin-top: 20px;
}
.footer_left {
	float: left;
	width: 18%;
	border-right: 1px solid rgba(255,255,255,0.2)
}
.footer_cen li {
	width: 15%;
	float: left;
}
.footer_cen li h4 {
	color: #fff;
	font-size: 18px;
	line-height: 60px;
}
.footer_cen li p a {
	color: #fff;
	line-height: 30px;
}
.footer_cen li p {
	color: #fff;
	line-height: 30px;
}
.footer_cen {
	margin-left: 3%;
	float: left;
	width: 67%;
}
.footer_cen .lxwm {
	width: 257px;
	float: right;
}
.footer_cen li a:hover {
	color: #e3b56a;
	line-height: 30px;
}
.foot_right {
	float: right;
	padding-top: 20px;
}
.mtfx {
	width: 650px;
	margin: auto;
	text-align: center;
}
.mtfx .mt {
	width: 170px;
	margin: auto;
	margin-top: 20px;
}
.mtfx .mt h6 {
	font-weight: normal;
	color: rgba(255,255,255,0.3);
	float: left;
	font-size: 14px;
	line-height: 30px;
}
.mtfx .mt li {
	width: 30px;
	height: 30px;
	float: left;
	margin-left: 20px
}
.mtfx .db {
	color: rgba(255,255,255,0.3);
	font-size: 14px;
	line-height: 50px;
}
.mtfx .db a {
	color: rgba(255,255,255,0.3);
}
.mtfx .db a:hover {
	color: #e3b56a;
}

@media screen and (min-width:1250px) and (max-width:1300px) {

.jcwh .jcsm .titer {
    left: 6% !important;
}

.jcwh .jcyj .titer {
    left: 27% !important;
}

.jcwh .whyb .titer {
    left: 27% !important;
}


.nav1 {
	margin-left: 14% !important;
}
.nav2 {
	margin-left: 22% !important;
}
.nav3 {
	margin-left: 36% !important;
}
.nav4 {
	margin-left: 40% !important;
}
.nav5 {
	margin-left: 58% !important;
}
.nav6 {
	margin-left: 71.5% !important;
}
.container {
	width: 1200px;
}
header .navbar .navbar-nav {
	margin-left: 50px;
}
header .navbar .navbar-nav > li > a {
	padding: 20px 13px;
	position: relative;
	text-transform: uppercase;
}
.about_box {
	width: 1200px;
	margin: auto;
}
.product-num-box li {
	width: 32%;
}
.product-num-box li p {
	font-size: 13px;
}
.wyhn_box {
	width: 1200px;
	margin: auto;
}
.titer_y img {
	width: 100%;
}
.titer_y {
	width: 89px;
	height: 400px;
	margin-top: -467px;
}
.wy_rightx {
	margin-top: -24px;
}
.n_pro {
	width: 1200px;
}
.n_pro .swiper-wrapper .img img {
	width: 100%;
}
.n_pro .swiper-wrapper .img {
	float: left;
	margin-top: 55px;
	width: 45%;
}
.news_box {
	width: 1200px;
}
.snews_left ul li .img img {
	width: 100%;
}
.snews_left ul li p {
	color: #999;
	margin-top: 30px;
	height: 30px;
	overflow: hidden;
}
.snews_right ul li {
	width: 41%;
}
.snews_right ul li p {
	color: #999;
	margin-top: 30px;
	height: 30px;
	overflow: hidden;
}
.snews_right ul li h2 {
	height: 48px;
	overflow: hidden;
}
.footer_box {
	width: 1200px;
}
.footer_left img {
	width: 80%;
}
.footer_cen li {
	width: 13%;
	float: left;
}
.n_pro li .pro_r p {
	font-size: 16px;
}
}

@media screen and (min-width:1301px) and (max-width:1360px) {

.jcwh .jcsm .titer {
    left: 6% !important;
}

.jcwh .jcyj .titer {
    left: 27% !important;
}

.jcwh .whyb .titer {
    left: 27% !important;
}



.nav1 {
	margin-left: 14% !important;
}
.nav2 {
	margin-left: 22% !important;
}
.nav3 {
	margin-left: 36% !important;
}
.nav4 {
	margin-left: 40% !important;
}
.nav5 {
	margin-left: 58% !important;
}
.nav6 {
	margin-left: 71.5% !important;
}
.container {
	width: 1200px;
}
header .navbar .navbar-nav {
	margin-left: 50px;
}
header .navbar .navbar-nav > li > a {
	padding: 20px 13px;
	position: relative;
	text-transform: uppercase;
}
.about_box {
	width: 1200px;
	margin: auto;
}
.product-num-box li {
	width: 32%;
}
.product-num-box li p {
	font-size: 13px;
}
.wyhn_box {
	width: 1200px;
	margin: auto;
}
.titer_y img {
	width: 100%;
}
.titer_y {
	width: 89px;
	height: 400px;
	margin-top: -467px;
}
.wy_rightx {
	margin-top: -24px;
}
.n_pro {
	width: 1200px;
}
.n_pro .swiper-wrapper .img img {
	width: 100%;
}
.n_pro .swiper-wrapper .img {
	float: left;
	margin-top: 55px;
	width: 45%;
}
.news_box {
	width: 1200px;
}
.snews_left ul li .img img {
	width: 100%;
}
.snews_left ul li p {
	color: #999;
	margin-top: 30px;
	height: 30px;
	overflow: hidden;
}
.snews_right ul li {
	width: 41%;
}
.snews_right ul li p {
	color: #999;
	margin-top: 30px;
	height: 30px;
	overflow: hidden;
}
.snews_right ul li h2 {
	height: 48px;
	overflow: hidden;
}
.footer_box {
	width: 1200px;
}
.footer_left img {
	width: 80%;
}
.footer_cen li {
	width: 13%;
	float: left;
}
.n_pro li .pro_r p {
	font-size: 16px;
}
}

@media screen and (min-width:1361px) and (max-width:1440px) {





.jcwh .jcsm .titer {
    left: 6% !important;
}

.jcwh .jcyj .titer {
    left: 27% !important;
}

.jcwh .whyb .titer {
    left: 27% !important;
}


.nav1 {
	margin-left: 14% !important;
}
.nav2 {
	margin-left: 22% !important;
}
.nav3 {
	margin-left: 36% !important;
}
.nav4 {
	margin-left: 41% !important;
}
.nav5 {
	margin-left: 58% !important;
}
.nav6 {
	margin-left: 71.5% !important;
}
.container {
	width: 1300px;
}
header .navbar .navbar-nav {
	margin-left: 50px;
}
header .navbar .navbar-nav > li > a {
	padding: 20px 19px;
	position: relative;
	text-transform: uppercase;
}
.about_box {
	width: 1300px;
	margin: auto;
}
.product-num-box li {
	width: 32%;
}
.product-num-box li p {
	font-size: 14px;
}
.wyhn_box {
	width: 1300px;
	margin: auto;
}
.titer_y img {
	width: 100%;
}
.titer_y {
	width: 100px;
	height: 450px;
	margin-top: -509px;
}
.wy_rightx {
	margin-top: -20px;
}
.n_pro {
	width: 1300px;
}
.n_pro .swiper-wrapper .img img {
	width: 100%;
}
.n_pro .swiper-wrapper .img {
	float: left;
	margin-top: 55px;
	width: 45%;
}
.news_box {
	width: 1300px;
}
.snews_left ul li .img img {
	width: 100%;
}
.snews_left ul li p {
	color: #999;
	margin-top: 30px;
	height: 44px;
	overflow: hidden;
	line-height: 24px;
}
.snews_right ul li {
	width: 41%;
}
.snews_right ul li p {
	color: #999;
	margin-top: 30px;
	height: 44px;
	overflow: hidden;
	line-height: 24px;
}
.snews_right ul li h2 {
	height: 48px;
	overflow: hidden;
}
.footer_box {
	width: 1300px;
}
.footer_left img {
	width: 80%;
}
.footer_cen li {
	width: 13%;
	float: left;
}
.n_pro li .pro_r p {
	font-size: 16px;
}
}

@media screen and (min-width:1441px) and (max-width:1620px) {

	.jcwh .jcsm .titer {
    left: 10% !important;
}

.jcwh .jcyj .titer {
    left: 29% !important;
}

.jcwh .jcyj .titer {
    left: 29% !important;
}
.nav1 {
	margin-left: 12% !important;
}
.nav2 {
	margin-left: 20% !important;
}
.nav3 {
	margin-left: 34% !important;
}
.nav4 {
	margin-left: 38% !important;
}
.nav5 {
	margin-left: 54% !important;
}
.nav6 {
	margin-left: 67.5% !important;
}
.container {
	width: 1400px;
}
header .navbar .navbar-nav {
	margin-left: 50px;
}
header .navbar .navbar-nav > li > a {
	padding: 20px 19px;
	position: relative;
	text-transform: uppercase;
}
.about_box {
	width: 1400px;
	margin: auto;
}
.product-num-box li {
	width: 32%;
}
.product-num-box li p {
	font-size: 15px;
}
.wyhn_box {
	width: 1400px;
	margin: auto;
}
.titer_y img {
	width: 100%;
}
.titer_y {
	width: 100px;
	height: 450px;
	margin-top: -527px;
}
.wy_rightx {
	margin-top: -20px;
}
.n_pro {
	width: 1300px;
}
.n_pro .swiper-wrapper .img img {
	width: 100%;
}
.n_pro .swiper-wrapper .img {
	float: left;
	margin-top: 55px;
	width: 45%;
}
.news_box {
	width: 1400px;
}
.snews_left ul li .img img {
	width: 100%;
}
.snews_left ul li p {
	color: #999;
	margin-top: 30px;
	height: 60px;
	overflow: hidden;
}
.snews_right ul li {
	width: 41%;
}
.snews_right ul li p {
	color: #999;
	margin-top: 30px;
	height: 60px;
	overflow: hidden;
}
.snews_right ul li h2 {
	height: 48px;
	overflow: hidden;
}
.footer_box {
	width: 1300px;
}
.footer_left img {
	width: 80%;
}
.footer_cen li {
	width: 13%;
	float: left;
}
.n_pro li .pro_r p {
	font-size: 16px;
}
}
/*  内页关于我们 */

.n_titer {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	width: 1200px;
	margin: auto;
	position: relative;
	top: -320px;
	text-align: center;
}
.ny_box {
	background: url(../images/ny_box.jpg) repeat-y;
	margin-top: -170px;
	height: auto;
}
.n_con {
	width: 1200px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 20px;
}
.page_titer h4 {
	font-size: 28px;
	font-weight: normal;
	line-height: 60px;
}
.page_titer {
	border-bottom: 1px solid #e4e4e4;
}
.ncon_left {
	width: 580px;
	float: left;
	margin-top: 60px;
	margin-bottom: 60px;
}
.ncon_right {
	width: 580px;
	float: right;
	margin-top: 60px;
}
.ncon_right h2 {
	font-size: 32px;
	font-weight: normal;
}
.ncon_right li img {
	float: left;
}
.ncon_right li {
	margin-top: 15px;
}
.ncon_right li p {
	font-size: 18px;
	color: #515151;
	line-height: 50px;
	padding-left: 15px;
	float: left;
}


.ncon_right li p a {
	color: #515151;}

.ncon_right li p a:hover {
	color: #e3b56a;}



.ncon_right ul {
	margin-top: 30px
}
.n_mess {
	background: url(../images/lxbj.jpg) repeat-y;
}
.mess_box {
	width: 1200px;
	margin: auto;
}
.page_mess {
	margin-top: 60px;
	margin-bottom: 40px;
}
.djwq {
	width: 1200px;
	margin: auto;
}
.zpk {
	color: #515151;
	width: 1200px;
	margin: auto;
	margin-top: 60px;
	margin-bottom: 60px;
}
.zpk p {
	font-size: 16px;
}
.news_o ul {
	margin-top: 45px;
}
.news_o ul li {
	float: left;
	width: 33%;
}
.news_o ul li {
	float: left;
	width: 31%;
	margin: 14px;
}
.news_o ul li:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
.news_o ul li img {
	width: 100%;
	max-width: 100%;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.news_o ul li .tk {
	width: 372px;
	height: 326px;
	overflow: hidden;
}
.news_o ul li .xwbj {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.news_o ul li .xwbj h4 {
	font-size: 16px;
	font-weight: normal;
	color: #515151;
	padding-left: 20px;
	font-weight: bold;
	line-height: 50px;
}
.news_o ul li .xwbj p {
	color: #999;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.news_o ul li .xwbj .more {
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	color: #999;
}
.news_o ul li .xwbj .more e {
	float: left;
	padding-left: 20px;
}
.news_o ul li .xwbj .more span {
	float: right;
	padding-right: 20px;
}
.news_o ul li:hover .xwbj .more {
	background: #e3b56a;
	color: #fff;
}
.news_t ul li {
	margin-top: 20px;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	margin: 12px;
	padding: 20px;
}
.news_t ul li .time {
	font-size: 16px;
	color: #999;
	line-height: 60px;
}
.news_t ul li:hover h2 {
	color: #e3b56a;
}
.news_t ul li h2 {
	font-size: 16px;
	line-height: 24px;
	color: #515151;
}
.news_t ul li p {
	color: #999;
	margin-top: 20px;
}
.news_t ul li:hover {
	background: #fff;
}
.n_news {
	padding-top: 45px;
}
.nyxw_box {
	background: url(../images/xwbj.jpg) repeat-y;
	margin-top: -170px;
	height: auto;
}
.xban {
	background-position: center 0;
	background-attachment: fixed;
	padding-top: 80px;
}
.wrap-menu {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 50px;
}
.wrap-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wrap-menu ul li {
	display: inline-block;
	margin: 0;
	width: 220px;
	text-align: center;
	background: #fff;
}
/*.wrap-menu ul li .select {
	background: #a44c20;
	color: #fff;
}*/
.wrap-menu ul li h5 {
	cursor: pointer;
	height: 100%;
	width: 100%;
	font: 16px/60px '微软雅黑';
	color: #333;/*border-right: 1px solid #ddd;*/
}
.wrap-menu ul li h5:hover {
	cursor: pointer;
	height: 100%;
	width: 100%;
	font: 16px/60px '微软雅黑';
	color: #fff;/*background: #e3b56a;*/
}
.wrap-menu ul li h5 a {
	display: block;
 --color: #fff;
 --hover: #e3b56a;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.wrap-menu ul li h5 a:hover {
	color: #fff;
	display: block;
	/*background: #e3b56a;*/
	box-shadow: inset 18em 0 0 0 var(--hover);
	border-color: var(--hover);
	color: #fff;
}
.wrap-menu ul li .select a {
	color: #fff;
	background: #e3b56a;
}
.wrap-menu ul li .select a:hover {
	color: #fff;/*background: #e3b56a;*/
}
.page_location {
	color: #666;
}
.page_location a {
	color: #666;
}
.page_location a:hover {
	color: #e3b56a;
}
.lm_box {
	background: #f7f7f7;
	margin-top: -4px;
}
.lx_titer {
	background: url(../images/lxtb.jpg) no-repeat;
	height: 180px;
}
.lx_titerk {
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;
	color: #fff;
}
.lx_titerk h2 {
	font-size: 30px;
	line-height: 60px;
}
.lx_titerk p {
	color: #fff;
}
/*  页码 */
.pages {
	margin: 25px 0 40px;
	text-align: center;
	font-size: 14px;
}
.pages .page-active {
	background: #e3b56a;
	border: 1px solid #e3b56a;
	text-decoration: none;
}
.pages .page-active a {
	color: #fff;
}
.pages li a {
	text-align: center;
	color: #333;
	padding: 0 13px;
}
.pages li {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	background: #fff;
	border: 1px solid #ccc;
	margin-left: 6px;
}
/*  内页新闻 */

.pageNewsD p {
	line-height: 30px !important;
	font-size: 16px;
}
.pageNewsT {
	width: 100%;
	margin: 0 auto;
	font-size: 24px;
	text-align: center;
	color: #222;
	line-height: 50px;
	font-weight: bold;
}
.pageNewsC {
	font-size: 14px;
	color: #999;
	line-height: 60px;
	text-align: center;
	border-bottom: dashed 1px #ccc;
}
.pageNewsk {
	border-bottom: dashed 1px #eee;
	margin-bottom: 30px;
}
.pages1 {
	width: 100%;
	margin: 30px auto;
}
.pages1_l {
	float: left;
	width: 50%;
	height: 40px;
}
.pages1_l a {
	line-height: 40px;
	color: #666;
	display: block;
}
.pages1_l a:hover {
	line-height: 40px;
	color: #e3b56a;
	display: block;
}
.pages1_r {
	float: left;
	width: 50%;
	height: 40px;
	overflow: hidden;
	text-align: right;
}
.pages1_r a {
	line-height: 40px;
	color: #666;
	display: block;
}
.pages1_r a:hover {
	line-height: 40px;
	color: #e3b56a;
	display: block;
}
/*  内页联系 */


.mess h2 {
	font-size: 32px;
	text-align: center;
	line-height: 120px;
	font-weight: 400;
}
.right {
	float: right;
	width: 100%;
	overflow: hidden;
	display: block;
	margin-bottom: 2%;
}
.right div {
	float: left;
	width: 48%;
	overflow: hidden;
	margin-bottom: 3%;
	margin-left: 1%;
}
.right div input {
	display: block;
	background: #eee;
	width: 100%;
	line-height: 3em;
	border: 0;
	padding-left: 1em;
	height: 3em;
	font-size: 14px;
}
.right label {
}
.right #Textbox-1 {
}
.right #TJ5, .page-contact .right #TJ6 {
	width: 47%;
	height: 3em;
	border: 0;
	background: #eee;
	color: #999;
	margin-bottom: 5%;
	margin-right: 2.5%;
	padding-left: 1em;
}
.right option {
}
.right #TJ7 {
	border: 0;
	display: block;
	width: 96%;
	margin-bottom: 4%;
	height: 180px;
	font-size: 14px;
	padding-left: 1em;
	background: #eee;
	line-height: 2em;
	font-family: weiruan;
	margin-left: 1%;
}
.right #button1 {
	cursor: pointer;
	padding: 1% 5% 1% 5%;
	margin-right: 5%;
	border: 0;
	font-family: 微软雅黑;
	background: #eee;
	margin-left: 420px;
}
.right #button2 {
	cursor: pointer;
	padding: 1% 5% 1% 5%;
	border: 0;
	font-family: 微软雅黑;
	background: #eee;
}
.right #button1:hover {
	background: #e3b56a;
	color: #fff;
}
.right #button2:hover {
	background: #e3b56a;
	color: #fff;
}
/*  内页产品 */


#hrPage {
	width: 1200px;
	margin: 0 auto;
}
.inner1100 {
	width: 100%;
	margin: 0px auto;
}
.recruitment-info {
	background-color: #ffffff;
	padding: 30px 5%;
}
.recruitment-info .t {
	font-size: 16px;
	font-weight: bold;
}
.recruitment-info a {
	color: #cc0000;
}
.recruitment-info .email {
	font-size: 15px;
	margin: 0 8px 0 11px;
	position: relative;
}
.recruitment-info .email:before {
	content: "";
	position: absolute;
	left: 0;
	right: auto;
	width: 100%;
	height: 1px;
	background: #cc0000;
	bottom: 0;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.recruitment-info .email:hover:before {
	width: 0;
	right: 0;
	left: auto;
}
.recruitment-select-box {
	margin-top: 35px;
}
.recruitment-select {
	float: left;
	display: block;
	width: 60%;
}
select.mar-sel {
	padding: 10px 26px 10px 2%;
	line-height: 20px;
	height: 42px;
	vertical-align: middle;
	border: 1px solid #9d9b9b;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #666666;
	font-size: 14px;
	cursor: pointer;
	float: left;
	display: block;
	margin: 0px 2% 25px 0px;
	width: 40%;
	border-radius: 0;
}
select.mar-sel option {
	padding: 2px 2%;
	box-sizing: border-box;
}
select.mar-sel:hover {
	color: #101010;
}
.csstransitions select.mar-sel {
	background: url(../images/link_select_ico2.png) no-repeat scroll 95% center;
}
.recruitment-serach {
	float: right;
	display: block;
	width: 200px;
	padding: 0 88px 0 0;
	position: relative;
}
.recruitment-serach .txt {
	width: 80%;
	padding: 10px 10%;
	border: 1px solid #959595;
	border-right: 0px none;
	height: 20px;
	line-height: 20px;
}
.recruitment-serach .btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 88px;
	text-align: center;
	height: 100%;
	line-height: 42px;
	color: #fff;
	background-color: #cc0000;
}
.recruitment-serach .btn:hover {
	background-color: #333;
}
.recruitment-serach .txt:focus {
	border-color: #cc0000;
}
.hrList {
	font-size: 16px;
}
.hrList .hspan {
	text-align: center;
	cursor: pointer;
	width: 15%;
	display: block;
	float: left;
	border: 1px solid #eee;
}
.hrList .hspan2 {
	text-align: center;
	cursor: pointer;
	width: 20%;
	display: block;
	float: left;
	font-size: 14px;
	border: 1px solid #eee;
	border-right: none;
}
.hrList .hspan3 {
	text-align: center;
	cursor: pointer;
	width: 13%;
	display: block;
	float: left;
	font-size: 14px;
	border: 1px solid #eee;
	border-right: none;
}
.hrList .hspan4 {
	cursor: pointer;
	width: 27%;
	display: block;
	float: left;
	font-size: 14px;
	border: 1px solid #eee;
	border-right: none;
	text-align: center;
}
.hrList .hspan5 {
	text-align: center;
	cursor: pointer;
	width: 17%;
	display: block;
	float: left;
	font-size: 14px;
	border: 1px solid #eee;
	border-right: none;
}
.hrList .hspan6 {
	text-align: center;
	cursor: pointer;
	width: 17%;
	display: block;
	float: left;
	font-size: 14px;
	border: 1px solid #eee;
}
.jcxm {
	position: absolute;
	margin-top: -51px;
	margin-left: 302px;
	width: 481px;
	border: 1px solid #fff;
	text-align: center;
	background: #9d9b9b;
	border-right: none;
}
.sbxx {
	position: absolute;
	margin-top: -51px;
	margin-left: 783px;
	width: 410px;
	border: 1px solid #fff;
	text-align: center;
	background: #9d9b9b;
}
.cpbgk {
	width: 1196px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 50px;
}
#xh {
	height: 100px;
	line-height: 100px;
	margin-top: -51px;
	position: absolute;
	width: 60px;
	border-right: 1px solid #fff;
	background: #9d9b9b;
}
#jcdx {
	margin-left: 61px;
	height: 100px;
	line-height: 100px;
	margin-top: -51px;
	position: absolute;
	background: #9d9b9b;
	width: 240px;
	border-right: 1px solid #fff;
}
.hrList .hspan1 {
	text-align: center;
	width: 5%;
	border: 1px solid #eee;
	border-right: none;
}
.hrList .hrdt {
	background-color: #9d9b9b;
	color: #fff;
}
.hrList dd {
	position: relative;
	background-color: #fff;/*padding-top: 5px;
padding-bottom: 5px;*/
}
.hrList .hrdt {
	height: 50px;
	overflow: hidden;
	line-height: 50px;
}
.hrList .hrT {
	background-color: #fff;
	color: #666666;
}
.hrList .hrT .hspan {
	font-size: 18px;
	text-align: center;
	line-height: 370px;
	color: #038ad6;
}
.hrList .ib {
	width: 16px;
	height: 16px;
	margin: 17px auto 0px;
	display: block;
	position: relative;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.hrList .ib i {
	display: block;
	background-color: #999999;
}
.hrList .ib .ic1 {
	width: 2px;
	height: 16px;
	margin-left: 7px;
}
.hrList .ib .ic2 {
	width: 16px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.hrList .hrB {
	border: 1px solid #ea3c00;
	display: none;
}
.hrList .hrCon {
	width: 91%;
	margin: 0px auto;
	padding: 30px 0px 50px;
	overflow: hidden;
}
.hrList dd.active .hrT, .hrList dd:hover .hrT {
	background-color: #e3b56a;
	color: #fff;
	box-shadow: 1px 1px 5px #fff, -1px 1px 5px #fff;
}
.hrList dd.active .hrT, .hrList dd:hover .hrT p {
	color: #fff;
}
.hrList dd.active .hrT, .hrList dd .hrT p {
	color: #666;
	line-height: 26px;
}
.hrList .active .ib i, .hrList dd:hover .ib i {
	background-color: #fff;
}
.hrList .active .ib {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
.hrList .active .ib .ic2 {
	display: none;
}
.n_ry {
	width: 1200px;
	margin: 0 auto;
}
.n_ry ul {
	margin-top: 30px;
}
.n_ry li {
	width: 285px;
	margin: 6px;
	float: left;
	border: 1px solid #eee;
}
.n_ry li img {
	width: 100%;
	transition: 0.8s all ease-out;
	-webkit-transition: 0.8s all ease-out;
}
.n_ry li:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.n_ry li .tpk {
	width: 285px;
	height: 190px;
	overflow: hidden;
}
.n_ry li .tjname {
	height: 45px;
	line-height: 45px;
	background: #f9f9f9;
	text-align: center;
	width: 285px;
	color: #666;
}
.n_ry li:hover .tjname {
	background: #e3b56a;
	color: #fff;
}
.jj {
	background: url(../images/jjbj.jpg) repeat-y;
	height: auto;
}
.jj_box {
	width: 1200px;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 60px;
}
.jj_box h2 {
	font-size: 32px;
	font-weight: normal;
	line-height: 80px;
}
.jj_box e {
	display: block;
	width: 80px;
	height: 2px;
	background: #515151;
}
.jj_left {
	width: 600px;
	float: left;
}
.jjnr p {
	font-size: 16px;
	color: #515151;
}
.jjnr {
	height: 450px;
	overflow-x: auto;
	margin-top: 60px;
}
.jj_right {
	float: right;
	width: 570px;
}
.jj_right .product-num-box {
	margin-top: 120px;
}
.jj_right .product-num-box li #count-number {
	font-size: 70px;
	font-family: impact;
	color: #e3b56a;
}
.jj_right .product-num-box li {
	width: 47%;
	float: left;
	text-align: center;
	margin-top: 35px;
	border: 1px solid #ddd;
	margin-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.jj_right .product-num-box li p {
	font-size: 16px;
	color: #666;
	width: 75%;
	margin: auto;
}
.jj_right .product-num-box li b {
	font-size: 16px;
	color: #666;
	font-weight: normal;
}
.jj_right .ny_logo {
	height: 170px;
}
.jj_right .ny_logo img {
	padding-top: 50px;
}
.jcwh {
	position: relative;
}
.jcwh li {
	width: 33%;
	float: left;
	background: #000;
	margin-right: 0.5%;
	position: relative;
	overflow: hidden;
}
.jcwh .whyb {
	float: right;
	margin-right: 0;
}
.jcwh li img {
	width: 100%;
}
.jcwh .titer img {
	width: 80px;
	height: 80px;
}
.jcwh .jcsm .titer {
	text-align: center;
	position: absolute;
	top: 50%;
	height: 174px;
	margin-top: -85px;
	z-index: 111100;
	left: 18%;
}

.jcwh .jcyj .titer {
	text-align: center;
	position: absolute;
	top: 50%;
	height: 174px;
	margin-top: -85px;
	z-index: 111100;
	left: 35%;
}



.jcwh .whyb .titer {
	text-align: center;
	position: absolute;
	top: 50%;
	height: 174px;
	margin-top: -85px;
	z-index: 111100;
	left: 37%;
}




.jcwh .titer h2 {
	color: #fff;
	font-weight: normal;
	font-size: 20px;
	line-height: 40px;
}
.jcwh .titer p {
	color: #fff;
	font-size: 16px;
}
.jcwh li .imga {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.jcwh li:hover .imga {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
.jcwh li:hover {
	cursor: pointer;
}
.history {
	background: url(../images/fzlc.jpg) repeat-y;
	padding-bottom:60px;
}
.history_box h2 {
	font-size: 32px;
	font-weight: normal;
	line-height: 80px;
}
.history_box e {
	display: block;
	width: 80px;
	height: 2px;
	background: #515151;
}
.history_box {
	width: 1200px;
	margin: auto;
	margin-top: 40px;
}

.history_nr p {
	font-size:16px;
	color:#515151;}


.history_nr {
	margin-top:30px;}



.njjd {
	width:1200px;
	margin:auto;
	padding-top: 35px;
	padding-bottom:60px;}

.njjd h2 {
    font-size: 32px;
    font-weight: normal;
    line-height: 80px;
}

.njjd e {
    display: block;
    width: 80px;
    height: 2px;
    background: #515151;
}



.njjd_left {
	width:600px;
	float:left;
	margin-top:30px;}


.njjd_left p {
	font-size:16px;
	color:#515151;}


.njjd_right {
	float:right;
	width:580px;
	height:400px;
	overflow:hidden;}



.njjd_right  img {
	max-width: 100%;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: all .8s;
transition: all .8s;}


.njjd_right:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}






.hftn {
	background: url(../images/hftn.jpg) no-repeat;
	height: 760px;
}
.hftn_box {
	width: 1200px;
	margin: auto;
	padding-top: 45px;
	padding-bottom: 60px;
}
.hftn_left {
	width: 650px;
	float: left;
}
.hftn_right h4 {
	font-size: 36px;
	color: #515151;
	font-weight: normal;
}
.hftn_right {
	float: right;
	width: 540px;
	padding-top: 140px;
}
.hftn_right b {
	width: 50px;
	height: 1px;
	background: #666;
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
}
.hftn_right p {
	font-size: 16px;
	color: #515151;
	line-height: 32px;
}
.hftn_right .more {
	background: url(../images/gd.png) no-repeat;
	width: 251px;
	height: 74px;
	line-height: 74px;
	text-align: center;
	color: #fff;
	margin-top: 70px;
}
.hftn_right:hover .more {
	color: #e3b56a;
}
.hftn_right:hover h4 {
	font-size: 36px;
	color: #e3b56a;
	font-weight: normal;
}
.hftn_right:hover b {
	background: #e3b56a;
}
.hftn_right:hover {
	cursor: pointer;
}
.hfdq {
	background-position: center 0;
	background-attachment: fixed;
}
.hfdq {
	background: url(../images/hfdq.jpg) no-repeat;
	height: 760px;
}
.hfdq_box {
	width: 1200px;
	margin: auto;
}
.hfdq_right {
	float: right;

}
.hfdq_left h4 {
	font-size: 36px;
	color: #fff;
	font-weight: normal;
}
.hfdq_left {
	float: left;
	width: 540px;
	padding-top: 200px;
}
.hfdq_left b {
	width: 50px;
	height: 1px;
	background: #fff;
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
}
.hfdq_left p {
	font-size: 16px;
	color: #fff;
	line-height: 32px;
}
.hfdq_left .more {
	background: url(../images/gd_2.png) no-repeat;
	width: 251px;
	height: 74px;
	line-height: 74px;
	text-align: center;
	color: #fff;
	margin-top: 70px;
}
.hfdq_left:hover .more {
	font-weight: bold;
}
.hfdq_left:hover h4 {
	font-size: 36px;
	color: #e3b56a;
	font-weight: normal;
}
.hfdq_left:hover b {
	background: #e3b56a;
}
.hfdq_left:hover {
	cursor: pointer;
}
.rcln {
	background: url(../images/rlzy.jpg) repeat-y;
	position: relative;
}
.rcln_box {
	width: 1200px;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 60px;
}
.rcln_left {
	width: 640px;
	float: left;
	height: 430px;
}
.rcln_right {
	float: right;
	width: 498px;
	height: 370px;
	background: url(../images/yrc.png) no-repeat;
	padding: 30px;
}
.rcln_right h2 {
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 30px;
	margin-top: 20px;
}
.rcln_right p {
	font-size: 16px;
	line-height: 32px;
	color: #515151;
	text-indent: 2em;
}
.n_zp {
	width: 1200px;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 20px;
}
.n_zp ul li {
	border: 1px solid #eee;
	padding: 20px;
	margin-bottom: 20px;
}
.n_zp ul li .zp_left {
	float: left;
	width: 1000px;
	border-right: 1px solid #ddd;
}
.n_zp ul li .zp_left h2 {
	font-size: 18px;
	color: #515151;
	line-height: 40px;
}
.n_zp ul li .zp_left .qt {
	float: left;
	font-size: 16px;
	line-height: 40px;
	color: #666;
	padding-right: 40px;
}
.n_zp ul {
	margin-top: 60px;
}
.n_zp ul li:hover {
	background: #fff;
}
.n_zp li .zp_right {
	float: right;
	width: 130px;
	height: 40px;
	background: #e3b56a;
	text-align: center;
	line-height: 40px;
	color: #fff;
	margin-top: 21px;
}
.n_zp ul li:hover .zp_left h2 {
	color: #e3b56a;
}
.zp {
	width: 100%;
	overflow: hidden;
	display: block;
	margin-top: 30px;
	margin-left: 30px;
}
.zp div {
	float: left;
	width: 50%;
	overflow: hidden;
	margin-bottom: 1%;
}
.zp .jl1 {
	float: left;
	width: 10%;
	overflow: hidden;
	line-height: 30px;
}
.zp .row {
	width: 100%;
}
.zp div input {
	display: block;
	width: 90%;
	line-height: 3em;
	border: 0;
	padding-left: 1em;
	height: 3em;
	font-size: 14px;
	border: 1px solid #ddd;
	color: #666;
}
.zp label {
}
.zp #Textbox-1 {
}
.zp #TJ5, .page-contact .right #TJ6 {
	width: 47%;
	height: 3em;
	border: 0;
	background: #eee;
	color: #999;
	margin-bottom: 5%;
	margin-right: 2.5%;
	padding-left: 1em;
}
.zp option {
}
.zp #TJ7 {
	border: 0;/*display: block;*/
	width: 95%;
	margin-bottom: 3%;
	height: 180px;
	font-size: 14px;
	padding-left: 1em;
	line-height: 2em;
	font-family: 微软雅黑;
	border: 1px solid #ddd;
	margin-top: 2%;
}
.zp #button1 {
	cursor: pointer;
	padding: 1% 5% 1% 5%;
	margin-right: 5%;
	border: 0;
	font-family: 微软雅黑;
	background: #eee;
}
.zp #button2 {
	cursor: pointer;
	padding: 1% 5% 1% 5%;
	border: 0;
	font-family: 微软雅黑;
	background: #eee;
}
.zp #button1:hover {
	background: #de910f;
	color: #fff;
}
.zp #button2:hover {
	background: #de910f;
	color: #fff;
}
.news_n {
	width: 1200px;
	margin: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.n_zpxx .titer {
	width: 95%;
	margin: auto;
	margin-top: 30px;
}
.n_zpxx .titer p {
	color: #666;
	line-height: 40px;
}





.zs_t ul {
	margin-top:30px;}


.zs_t ul li {
	margin-top: 20px;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	margin: 12px;
	padding: 20px;
}
.zs_t ul li .time {
	font-size: 16px;
	color: #999;
	float: right;
}
.zs_t ul li:hover h2 {
	color: #e3b56a;
}
.zs_t ul li h2 {
	font-size: 16px;
	line-height: 24px;
	color: #515151;
	float:left;
}
.zs_t ul li p {
	color: #999;
	margin-top: 40px;
}
.zs_t ul li:hover {
	background: #fff;
}


.lpj {
	background:url(../images/lpj.jpg) no-repeat;
	height:740px;}


.lpj_box {
	width:1200px;
	margin:auto;}


.lpj_left {
	width:700px;
	float:left;
	padding-top: 100px;}


.lpj_right {
	width:500px;
	float:right;
	padding-top: 200px;}




.lpj_right h4 {
	font-size: 36px;
	color: #515151;
	font-weight: normal;
}
.lpj_right b {
	width: 50px;
	height: 1px;
	background: #666;
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
}
.lpj_right p {
	font-size: 16px;
	color: #515151;
	line-height: 32px;
}
.lpj_right .more {
	background: url(../images/gd.png) no-repeat;
	width: 251px;
	height: 74px;
	line-height: 74px;
	text-align: center;
	color: #fff;
	margin-top: 70px;
}
.lpj_right:hover .more {
	color: #e3b56a;
}
.lpj_right:hover h4 {
	font-size: 36px;
	color: #e3b56a;
	font-weight: normal;
}
.lpj_right:hover b {
	background: #e3b56a;
}
.lpj_right:hover {
	cursor: pointer;
}



.jdzy {
	background: url(../images/jdzy.jpg) no-repeat;
	height:760px;}


.jdzy_left h4 {
	font-size: 36px;
	color: #fff;
	font-weight: normal;
}
.jdzy_left {
	float: left;
	width: 540px;
	padding-top: 200px;
}
.jdzy_left b {
	width: 50px;
	height: 1px;
	background: #fff;
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
}
.jdzy_left p {
	font-size: 16px;
	color: #fff;
	line-height: 32px;
}
.jdzy_left .more {
	background: url(../images/gd_2.png) no-repeat;
	width: 251px;
	height: 74px;
	line-height: 74px;
	text-align: center;
	color: #fff;
	margin-top: 70px;
}
.jdzy_left:hover .more {
	font-weight: bold;
}
.jdzy_left:hover h4 {
	font-size: 36px;
	color: #e3b56a;
	font-weight: normal;
}
.jdzy_left:hover b {
	background: #e3b56a;
}
.jdzy_left:hover {
	cursor: pointer;
}
.jdzy_box {
	width:1200px;
	margin:auto;}

.jdzy_right {
	float:right;
	width:568px;
	padding-top: 80px;}


.pro_o ul {
	margin-top:45px;}

.pro_o li {
	width:370px;
	float:left;
	margin: 15px;
	background:#fff;}

.pro_o li img {
	width:100%;
	max-width: 100%;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: all .8s;
transition: all .8s;}

.pro_o li:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.pro_o li .tk {
	width:320px;
	height:347px;
	overflow:hidden;
	margin: auto;margin-top: 20px;}


.pro_o li h2 {
	font-size:20px;
	font-weight:normal;
	text-align:center;

	padding-top:15px;
	padding-bottom:10px;
	color:#515151;}


.pro_o li  e {
	background:#e3b56a;
	margin:auto;
	display:block;
	width:60px;
	height:2px;}


.pro_o li:hover h2 {
	color:#e3b56a;
	font-weight:bold;}






.cp_show .txt {
	width: 380px;
	height: 45px;
	background: rgba(255,255,255,0.85);
	position: absolute;
	left: 0;
	bottom: 5px;
	color: #333;
	margin-left: 5px;
}
.cp_show  .txt h3 {
	font-size: 20px;
	height: 45px;
	text-align: center;
	line-height: 45px;
}
.cp_show  .txt p {
	font-size: 14px;
	padding-left: 30px;
	line-height: 8px;
	margin-top: 20px;
}
.cp_show  .txt p a:hover {
	color: #de910f;
}
.cp_show  .fl {
	border-top: 1px solid #ddd;
	width: 350px;
	margin-left: 15px;
}
.cp_show  .txt h3:hover {
	color: #de910f;
}
.cp_show  .picFocus {
	float: left;
	width: 500px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.cp_show  .picFocus .bd li {
	vertical-align: middle;
}
.cp_show .picFocus .bd img {
	width: 498px;
	height: 540px;
	display: block;
	border: 1px solid #eee;
}
.cp_show .picFocus .hd {
	width: 100%;
	padding-top: 10px;
	overflow: hidden;
}
.cp_show .picFocus .hd ul {
	margin-left: 30px;
	overflow: hidden;
	zoom: 1;
}
.cp_show .picFocus .hd ul li.on {
	background: url("images/icoUp.gif") no-repeat center 0;
}
.cp_show .picFocus .hd ul li {
	padding-top: 5px;
	float: left;
	text-align: center;
}
.cp_show .picFocus .hd ul li.on img {
	border-color: #de910f;
}
.cp_show .picFocus .hd ul li img {
	width: 100px;
	height: 108px;
	border: 2px solid #ddd;
	border-top-color: rgb(221, 221, 221);
	border-right-color: rgb(221, 221, 221);
	border-bottom-color: rgb(221, 221, 221);
	border-left-color: rgb(221, 221, 221);
	cursor: pointer;
	margin-right: 8px;
}
.cp_show .cp_show {
	margin-top: 30px;
	float: right;
	width: 100%;
	margin-bottom: 40px;
}
.cp_show .left02 {
	width: 100%;
	margin: 20px auto 0;
	border-top: 1px #ddd solid;
	padding-top: 30px;
	font-size: 14px;
	line-height: 28px;
	overflow: hidden;
}
.cp_show .floatr {
	width: 55%;
	float: right;
}
.cp_show .floatr .title {
	font-size: 26px;
	color: #333;
	width: 100%;
	word-break: break-all;
	margin-bottom: 20px;
}
.cp_show .floatr .table-list {
	width: 100%;
	border-top: 1px #ccc dashed;
}
.cp_show .floatr .table-list tr {
	width: 100%;
}
.cp_show .floatr .table-list td {
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding: 5px 0;
}
.cp_show .floatr .table-list td span {
	color: #333;
}
.cp_show .picFocus .prev {
	position: absolute;
	left: 0;
	bottom: 43px;
}
.cp_show .picFocus .next {
	position: absolute;
	right: 0;
	bottom: 43px;
}
.cp_show .full-length {
	width: 100%;
}
.cp_show .container {
	margin: 0 auto;
}
.cp_show .full-length .container li {
	float: left;
	width: 360px;
	height: 270px;
	list-style: none;
	margin: 18px;
}
.cp_show .port-1 {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.cp_show .port-1 img {
	transition: 0.5s;
	width: 360px;
	height: 270px;
}
.cp_show .port-1 .text-desc {
	opacity: 0.9;
	top: -290px;
	transition: 0.5s;
	color: #000;
}
.cp_show .text-desc {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	height: 100%;
	opacity: 0;
	width: 100%;
}
.cp_show .text-desc h3 {
	font-size: 18px;
	background: none;
	text-align: center;
	color: #333;
	margin-top: 80px;
}



.cp_show {
	margin-top:60px;
	margin-bottom:30px;}

